home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / etc / sgml / ie30-s.dtd.z / ie30-s.dtd
Encoding:
Text File  |  1998-05-21  |  657 b   |  30 lines

  1. <!--    html-s.dtd
  2.  
  3.         Document Type Definition for the HyperText Markup Language
  4.     with strict validation (HTML Strict DTD).
  5.  
  6.     $Id: html-s.dtd,v 1.3 1995/06/02 18:55:46 connolly Exp $
  7.  
  8.     Author: Daniel W. Connolly <connolly@w3.org>
  9.     See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
  10. -->
  11.  
  12. <!ENTITY % HTML.Version
  13.     "-//IETF//DTD HTML 2.0 Strict//EN"
  14.  
  15.         -- Typical usage:
  16.  
  17.             <!DOCTYPE HTML PUBLIC
  18.         "-//IETF//DTD HTML Strict//EN">
  19.         <html>
  20.         ...
  21.         </html>
  22.     --
  23.     >
  24.  
  25. <!-- Feature Test Entities -->
  26. <!ENTITY % HTML.Recommended "INCLUDE">
  27.  
  28. <!ENTITY % html PUBLIC "-//IETF//DTD HTML 2.0//EN">
  29. %html;
  30.